home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Basic4GL / Setup Basic4GL v2.3.3.exe / $INSTDIR / Basic4GL.exe / 0 / RCDATA / TCONFIGDIALOG / TCONFIGDIALOG.txt
Encoding:
Text File  |  2005-10-05  |  1.0 KB  |  53 lines

  1. object ConfigDialog: TConfigDialog
  2.   Left = 188
  3.   Top = 181
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Basic4GL Options'
  7.   ClientHeight = 308
  8.   ClientWidth = 261
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   DesignSize = (
  20.     261
  21.     308)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object BitBtn1: TBitBtn
  25.     Left = 28
  26.     Top = 276
  27.     Width = 75
  28.     Height = 25
  29.     Anchors = [akRight, akBottom]
  30.     Caption = 'Accept'
  31.     TabOrder = 0
  32.     Kind = bkOK
  33.   end
  34.   object BitBtn2: TBitBtn
  35.     Left = 172
  36.     Top = 276
  37.     Width = 75
  38.     Height = 25
  39.     Anchors = [akRight, akBottom]
  40.     TabOrder = 1
  41.     Kind = bkCancel
  42.   end
  43.   inline ScreenModeFrame: TScreenModeFrame
  44.     Left = 0
  45.     Top = 0
  46.     Width = 261
  47.     Height = 265
  48.     Align = alTop
  49.     Anchors = [akLeft, akTop, akRight, akBottom]
  50.     TabOrder = 2
  51.   end
  52. end
  53.